home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
dev
/
lang
/
Python151_Src.lha
/
Python1.5_Source
/
Python
/
protos
/
marshal_protos2.h
< prev
next >
Wrap
Text File
|
1998-01-26
|
482b
|
12 lines
/* marshal.c 2 */
static int r_string ( char *s , int n , RFILE *p );
static int r_short ( RFILE *p );
static long r_long ( RFILE *p );
static long r_long64 ( RFILE *p );
static PyObject *r_object ( RFILE *p );
static PyObject *marshal_dump ( PyObject *self , PyObject *args );
static PyObject *marshal_load ( PyObject *self , PyObject *args );
static PyObject *marshal_dumps ( PyObject *self , PyObject *args );
static PyObject *marshal_loads ( PyObject *self , PyObject *args );